testing.common.helperNames (field)
7 uses
testing (current package)
fuzz.go#L124: f.helperNames = nil // map will be recreated next time it is needed
testing.go#L634: helperNames map[string]struct{} // helperPCs converted to function names
testing.go#L786: if c.helperNames == nil {
testing.go#L787: c.helperNames = make(map[string]struct{})
testing.go#L789: c.helperNames[pcToName(pc)] = struct{}{}
testing.go#L792: if _, ok := c.helperNames[frame.Function]; !ok {
testing.go#L1183: c.helperNames = nil // map will be recreated next time it is needed
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)